Conditions | 2 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | const { exec } = require('child_process'); |
||
7 | function cbpush(err) { |
||
8 | if (err) { |
||
9 | console.log(err); |
||
1 ignored issue
–
show
|
|||
10 | return; |
||
11 | } |
||
12 | console.log('done'); |
||
13 | } |
||
14 | |||
32 |